home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / rlog110.zip / REMOTLOG.CFG next >
Text File  |  1990-06-05  |  6KB  |  121 lines

  1. ;
  2. ;Remotlog Configuration file
  3. ;By Orland Carter 1:135/72
  4. ;
  5. ;-------------------------------------------------------------------------
  6. ; This is a required entry.  It tells the program the [path + filename] of
  7. ; the Log file to be processed.
  8. ; DEFAULT : SYSTEM.LOG
  9. ;-------------------------------------------------------------------------
  10. LogFile SYSTEM.LOG
  11. ;-------------------------------------------------------------------------
  12. ; This option is required.  It tells the program what the Dos Shell entry
  13. ; of your External chat program is.  This must be the same case as the
  14. ; BBS writes it to the log file.  Required whether you have one or not.
  15. ; DEFAULT : FX-CHAT.EXE
  16. ;-------------------------------------------------------------------------
  17. ExternalChat Fx-Chat.exe
  18. ;-------------------------------------------------------------------------
  19. ; This option is required.  It tells the program what [path + filename]
  20. ; the output of the program should be placed in. *.asc/*.ans versions.
  21. ; DEFAULT : REMOTLOG
  22. ;-------------------------------------------------------------------------
  23. Outputfile c:\RA\Txt\Remotlog
  24. ;-------------------------------------------------------------------------
  25. ; This option is required.  It tells the program which color to place the
  26. ; background of the ansi screen in.
  27. ; DEFAULT : 40
  28. ;-------------------------------------------------------------------------
  29. Back 40
  30. ;-------------------------------------------------------------------------
  31. ; This option is required.  It tells the program what color the numbers
  32. ; displayed are.
  33. ; DEFAULT : 1;33
  34. ;-------------------------------------------------------------------------
  35. Numbers 1;33
  36. ;-------------------------------------------------------------------------
  37. ; This option is required.  It tells the program what color to use when
  38. ; highlighting the Beginning and Ending dates of the Log period.
  39. ; DEFAULT : 1;46;37
  40. ;-------------------------------------------------------------------------
  41. HighLight 1;46;37
  42. ;-------------------------------------------------------------------------
  43. ; This option is required.  It tells the program which color to use to
  44. ; restore the screen to "normal".
  45. ; DEFAULT : 0
  46. ;-------------------------------------------------------------------------
  47. Normal 0
  48. ;-------------------------------------------------------------------------
  49. ; This option is required.  It tells the program which color to use for
  50. ; Outlining the Box and Dividing lines of the output file.
  51. ; DEFAULT 1;34
  52. ;-------------------------------------------------------------------------
  53. Outline 1;34
  54. ;-------------------------------------------------------------------------
  55. ; This option is required.  It tells the program which color to use for
  56. ; all the text that is printed.
  57. ; DEFAULT 0;32
  58. ;-------------------------------------------------------------------------
  59. Text 0;32
  60. ;-------------------------------------------------------------------------
  61. ; This option is required.  It tells the program whether or not you wish
  62. ; the optional page of Multiline usage to be displayed.  The statistics
  63. ; will still be stored if the option is not selected.
  64. ; DEFAULT : NOMULTILINE
  65. ;-------------------------------------------------------------------------
  66. NoMultiLine
  67. ;-------------------------------------------------------------------------
  68. ; This option is required.  It telss the program what type of log file
  69. ; You are using.  Wheter FD [Front Door type] or OPUS.
  70. ; DEFAULT FD
  71. ;-------------------------------------------------------------------------
  72. FD
  73. ;-------------------------------------------------------------------------
  74. ; This option is not required and at the descretion of the sysop.  Using
  75. ; This will cause another page to be displayed in addition to the current
  76. ; 2 or 3 pages that are already displayed.  This option is where the sysop
  77. ; Can have remotlog search the logfile for something specific and keep
  78. ; track of its occurrences.
  79. ; I.e. *01My_Name Carter      - This will cause remotlog to search the log
  80. ; file for all occurences of "Carter" it will accumulate and store the
  81. ; amount of time it finds it in variable 01.  When it displays it it will
  82. ; display "My_Name >>> ####" where # is amount of times the item was found
  83. ; Possible Variables are 00-10.  The 0 is significant.  The "*" is required
  84. ; There can be no spaces except to separate the Display item from the
  85. ; Search item.
  86. ; Format "*<Variable 00-10><Entry to Make in *.Ans/*.Asc file> <Search For>"
  87. ;         *00My_Name Carter
  88. ;-------------------------------------------------------------------------
  89. ;*00BiModem   BiModem
  90. ;*01Your_Name Joe_Blow
  91. ;-------------------------------------------------------------------------
  92. ; These options are not required.  But they do provide you with a great
  93. ; amount of security.  For areas you do not want all your users to see.
  94. ; IE. Adult areas or Sysop areas.
  95. ; DEFAULT - NONE.  200 MAXIMUM ENTRIES.
  96. ;-------------------------------------------------------------------------
  97. NoShow  8
  98. NoShow 10
  99. NoShow 12
  100. NoShow 19
  101. NoShow 36
  102. NoShow 45
  103. NoShow 49
  104. NoShow 50
  105. NoShow 51
  106. ;-------------------------------------------------------------------------
  107. ; This option is not required.  It is used to Change the default Sealink
  108. ; protocol displayed in the 1st output page to a protocol of your choosing.
  109. ; REPLACESEA - Is the Search String for the new protocol.
  110. ; REPLACEDSP - Is the Actual Item to be displayed in the Output page.
  111. ;-------------------------------------------------------------------------
  112. ;ReplaceSea SEALink
  113. ;ReplaceDsp SEALink
  114. ;-------------------------------------------------------------------------
  115. ; This option is also not required.  It determines whether or not the local
  116. ; logons will be shown on the report output.  The default for this option
  117. ; is show local logons.  Leave this option out for the default to take
  118. ; effect.
  119. ;-------------------------------------------------------------------------
  120. ;NoLocal
  121.